home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / expect / ChangeLog next >
Text File  |  1993-04-15  |  4KB  |  99 lines

  1. Thu Apr 15 14:11:50 1993  Rob Savoye  (rob@cygnus.com)
  2.  
  3.     * configure.in, Makefile.in: If using ptmx's (SVR4 style pty's)
  4.     then check for libpt.a too.
  5.  
  6. Thu Apr  8 17:13:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  7.  
  8.     * Makefile.in: all doesn't depend on $(SCRIPTS).  When building
  9.     $(SCRIPTS) using fixline & sources in $(srcdir), not the current
  10.     directory.  When installing manpages, install from $(srcdir).
  11.     Don't install like "install foo $(bindir)" but rather "install foo
  12.     $(bindir)/foo".  
  13.  
  14. Mon Mar 22 23:56:29 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  15.  
  16.     * Makefile.in: add check & installcheck targets
  17.  
  18. Tue Mar  2 20:28:30 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  19.  
  20.     * configure.in, configure: declare SETUID to be @: instead of echo
  21.  
  22.     * pty_termios.c: declare ptynum
  23.  
  24.     * Makefile.in: a number of changes, including use of the AR and
  25.     ARFLAGS variables, the appropriate variables for X11 (as passed
  26.     down from the top level Makefile), clean up some doc lines
  27.  
  28. Mon Mar  1 15:05:40 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  29.  
  30.     * configure.in, defs.h.in: Fixed problem for systems that think
  31.     getpty() should be _getpty().
  32.  
  33. Thu Feb 25 15:34:34 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  34.  
  35.     * exp_tty.h: Defines portable tty macros.
  36.     * pty_termios.c: New file, slightly based on pty_usg.c. Uses
  37.     portable macros and also supports termio.
  38.     * pty_sgttyb.c: Was pty_bsd.c.
  39.     * configure.in, Makefile.in, configure: autoconf support for
  40.     expect. 
  41.  
  42. Sun Feb 21 17:42:28 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  43.  
  44.     * exp_tty.h: Removed and renamed the macros to use configure's.
  45.  
  46. Wed Feb 17 18:56:36 1993  Rob Savoye  (rob at darkstar.cygnus.com)
  47.  
  48.     * expect.c, Makefile.in: Changed SIG_FN_RETURN to RETSIGTYPE
  49.     since that's what autoconf kicks out.
  50.  
  51. Thu Dec 24 15:07:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  52.  
  53.     * Makefile.in: added dummy dvi target
  54.  
  55. Wed Dec 16 11:26:16 1992  Ian Lance Taylor  (ian@cygnus.com)
  56.  
  57.     * inter_select.c (init_interact): if SCO is defined, use sysconf
  58.     to get maxfds, rather than getdtablesize.
  59.     * configure.in (*-*-sco*): Use mh-sco.
  60.     * mh-sco: New file; like mh-sysv, but pass -DSCO in HDEFS.
  61.  
  62. Tue Nov 17 14:28:20 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  63.  
  64.     * config/mh-{hpux,aix,irix4,sysv*}: updated with appropriate
  65.     values for the host machine (HDEFS, RANLIB, etc)
  66.  
  67.     * configure.in: use that
  68.  
  69.     * Makefile.in: use $(HDEFS) in compiling C files
  70.  
  71. Sun Nov 15 21:46:16 1992  Fred Fish  (fnf@cygnus.com)
  72.  
  73.     * Update to base 3.24.0 release, merging back in changes made
  74.     by cygnus to 3.22.12 release.
  75.  
  76. Sat Nov 14 20:16:26 1992  Fred Fish  (fnf@cygnus.com)
  77.  
  78.     * Makefile.in (CFLAGS):  Rework use of CFLAGS to fit in better with
  79.     cygnus configuration standard.
  80.     * config/mh-svr4:  Removed.
  81.     * config/mh-sysv4:  New file, renamed from mh-svr4.
  82.     * configure.in (*-sysv4):  New configuration.
  83.     * configure.in (*-sun-solaris2, *-sysv4):  Use mh-sysv4.
  84.     * expect.c (sigwinch_handler):  Fix #if without any condition.
  85.     * command.c, expect.c, global.h, lib_exp.c, main.c, term.h:
  86.     Test for SYSV4 as well as SYSV3.
  87.     * inter_select.c (sys/sysconfig.h):  Include when SYSV4 defined.
  88.     * inter_select.c (init_interact):  Add sysconf call for SYSV4.
  89.     * pty_svr4.c (ptsname):  Declare for SYSV4.
  90.  
  91. Thu Oct 22 17:35:07 1992  Rob Savoye  (rob@cygnus.com)
  92.  
  93.     * command.c: Added a "send_log" command. It only writes to a log
  94.     file if one was opened by the "log_file" command.
  95.  
  96.     * main.c: Added setbuf commands for stdin, stdout, stderr to turn
  97.     off buffering. 
  98.  
  99.